Skip to content

fix(#55): remove broken qualityflow agent reference - #56

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/55-fix-qualityflow-ref
Open

fix(#55): remove broken qualityflow agent reference#56
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/55-fix-qualityflow-ref

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown

Summary

  • Remove the broken qualityflow agent entry from .fullsend/config.yaml — the pinned commit (b26c947) predates the addition of the agent definition file, causing a 404 on every agent run
  • Remove the corresponding allowed_remote_resources entry, which existed solely for the qualityflow reference
  • This eliminates the skipping agent qualityflow: load failed log noise observed across all three review runs on PR chore: remove pinned agent digests, rely on CLI fallback #54

Context

The qualityflow.yaml harness at the pinned commit references qualityflow/agents/qualityflow.md, but that file does not exist at commit b26c947 in redhat-community-ai-tools/qualityflow-fullsend. The triage agent confirmed the pinned commit predates the addition of agent definitions to that repo. The reference can be re-added with a valid commit SHA if qualityflow integration is needed in the future.

Test plan

  • Verify the next fullsend workflow run no longer logs skipping agent qualityflow: load failed with a 404 status
  • Confirm .fullsend/config.yaml parses as valid YAML (verified locally via yaml.safe_load)
  • Confirm existing agent roles (fullsend, triage, coder, review, retro, prioritize) continue to resolve normally

Closes #55

Post-script verification

  • Branch is not main/master (agent/55-fix-qualityflow-ref)
  • Secret scan passed (gitleaks — 83701484737a85d7e9fc6e741225fa991cad8eb7..HEAD)
  • PR body secret scan passed (gitleaks — no-git)

Remove the qualityflow agent entry and its allowed_remote_resources
entry from .fullsend/config.yaml. The pinned commit (b26c947) in
redhat-community-ai-tools/qualityflow-fullsend predates the addition
of qualityflow/agents/qualityflow.md, causing a 404 on every agent
run. This was confirmed across three CI runs on PR #54.

Removing the reference eliminates the log noise. The reference can be
re-added with a valid commit SHA if qualityflow is needed in the
future.

Note: pre-commit could not run in sandbox (network policy blocked
hook installation). YAML validity confirmed via Python yaml.safe_load.

Closes #55
@fullsend-ai-coder
fullsend-ai-coder Bot requested a review from a team as a code owner August 22, 2026 19:14
@fullsend-ai-coder fullsend-ai-coder Bot added the ready-for-review Triggers review agent dispatch label Aug 22, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Aug 22, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 7:16 PM UTC · Completed 7:27 PM UTC

Commit: ea2d8a2 · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Looks good to me

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge All reviewers approved — ready to merge ready-for-review Triggers review agent dispatch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken qualityflow agent reference in .fullsend/config.yaml

0 participants